hysop.backend.device.codegen.functions.runge_kutta module

class hysop.backend.device.codegen.functions.runge_kutta.RungeKuttaFunction(typegen, ftype, method, rhs, used_vars={'dt': 'dt', 'step': 'step', 't': 't', 'y': 'y'}, known_args=None)[source]

Bases: OpenClFunctionCodeGenerator

gencode()[source]
per_work_statistics()[source]